@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');



body{
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	
	
}


#navi {
	list-style: none;
	text-align: center;
	word-spacing: 20px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#navi li {
	display :inline; 
}

#navi a:link, a:hover  {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	}


#navi a:hover {
	color: #8784C4;
	text-decoration: none;
}


.sec01{
	width: 100%;
	height:500px;
	overflow:hidden;

	
}

.heading{
	position: absolute;
	top: 120px;
	left: 40px;
}

.img01{
	width: 100%;
	
}

.headtitle{
	font-size: 30px;
	color: #FFFFFF;
}

h1{
	font-size: 20px;
	text-align: center;
	font-weight: 400px;
}


h2{
	font-size: 17px;
	font-weight: 500px;
}

h3{
	font-size: 17px;
	font-weight: 500px;
	padding: 40px 30 0px 0px;
	
}

h4{
	font-size: 17px;
	font-weight: 500px;
	padding: 20px 30px 0px 0px;
}

.sec2{
	font-size: 14px;
	text-align: center;
	padding: 0px 20px 0px 20px
}

.sec03{
	
	padding: 20px;
	text-align: center;
	display: flex;
	
}

.column{
	float: left;
	width: 30%;
	padding: 10px;
	
}

.square1{
	height: 70px;
	width: 70px;
	background-color:#43115F;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	
}

.square2{
	height: 70px;
	width: 70px;
	background-color:#1F147E;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	
}


.square3{
	height: 70px;
	width: 70px;
	background-color:#FAEAFF;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	
}

.sec3{
	font-size: 13px;
}

.sec04{
	background-color: #F4D7FF;
	display: flow-root;
	padding: 40px 20px 40px 40px;
	
}

.img02{
	width: 300px;
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
	
}

.sec4{
	font-size: 14px;
	padding-right: 30px;
}
	
.img03{
	width: 300px;
	padding: 30px;
	padding-bottom: 20px;
	float: right;
	
}		
		
.sec5{
	font-size: 14px;
	padding-right: 30px;
	
}

.end{
	
	padding: 40px
}

.fsquare{
	height: 70px;
	width: 70px;
	background-color:#1F147E;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	
}

.endp{
	font-size: 14px;
	padding: 0px 20px 0px 20px
}


@media screen and (max-width : 700px ){
  .column {
    width:100%;
}
	
}
